symbolic debugging - определение. Что такое symbolic debugging
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое symbolic debugging - определение

SPECIAL KIND OF SYMBOL THAT ATTACHES ADDITIONAL INFORMATION TO THE SYMBOL TABLE OF AN OBJECT FILE, SUCH AS A SHARED LIBRARY OR AN EXECUTABLE, ALLOWING A SYMBOLIC DEBUGGER TO GAIN ACCESS TO INFORMATION FROM THE SOURCE CODE OF THE BINARY
Debug Symbols; Symbolic debugging; Debugging symbol

Debug symbol         
A debug symbol is a special kind of symbol that attaches additional information to the symbol table of an object file, such as a shared library or an executable. This information allows a symbolic debugger to gain access to information from the source code of the binary, such as the names of identifiers, including variables and routines.
The Symbolic         
TERM IN LACANIAN PSYCHOANALYSIS
Symbolic order
The Symbolic (or Symbolic Order of the Borromean knot)Thurston, Luke, "Ineluctable Nodalities: On the Borromean Knot", in: Dany Nobus (ed.), Key Concepts of Lacanian Psychoanalysis, Other Press, pp.
Dynamic debugging technique         
DEBUGGER PROGRAMS ORIGINALLY DEVELOPED FOR DEC HARDWARE; THE NAME IS A PUN ON THE INSECTICIDE (I.E. BUG-KILLER) DDT
HACTRN; Hactrn; PWORD; The HACTRN; Dynamic Debugging Tool; CP/M DDT; DDT (CP/M); Dynamic debugging tool; DDT-86; DDT (CP/M command); DDT (command); DDT-68K; DDT (Novell); DDT (Digital Research); Tracing debugging technique; Tracing Debugging Technique; Dynamic Debugging Technique; DDT86.CMD
Dynamic Debugging Technique (DDT) is a series of debugger programs originally developed for Digital Equipment Corporation (DEC) hardware, initially known as DEC Debugging Tape because it was distributed on paper tape. The name is a pun on the insecticide DDT.

Википедия

Debug symbol

A debug symbol is a special kind of symbol that attaches additional information to the symbol table of an object file, such as a shared library or an executable. This information allows a symbolic debugger to gain access to information from the source code of the binary, such as the names of identifiers, including variables and routines.

The symbolic information may be compiled together with the module's binary file, or distributed in a separate file, or simply discarded during the compilation and/or linking.

This information can be helpful while trying to investigate and fix a crashing application or any other fault.